object ConfigDialog: TConfigDialog Left = 18 Top = 158 HelpContext = 1 BorderStyle = bsDialog Caption = 'ECTOOL settings' ClientHeight = 213 ClientWidth = 588 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter Scaled = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 24 Width = 53 Height = 13 Caption = 'User Name' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 5 Top = 46 Width = 64 Height = 13 Caption = 'Signature File' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 23 Top = 68 Width = 46 Height = 13 Caption = 'IECG Key' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 286 Top = 32 Width = 65 Height = 13 Caption = 'Email address' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 289 Top = 55 Width = 62 Height = 13 Caption = 'SMTP server' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object TLabel Left = 291 Top = 77 Width = 60 Height = 13 Caption = 'POP3 server' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label8: TLabel Left = 267 Top = 100 Width = 84 Height = 13 Caption = 'POP3 User Name' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label9: TLabel Left = 274 Top = 122 Width = 77 Height = 13 Caption = 'POP3 Password' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 112 Top = 118 Width = 65 Height = 13 Caption = 'Light Squares' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 112 Top = 150 Width = 65 Height = 13 Caption = 'Dark Squares' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Button1: TButton Left = 456 Top = 176 Width = 57 Height = 25 Hint = 'Exit whitout saving' HelpContext = 1 Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end object Button2: TButton Left = 520 Top = 176 Width = 57 Height = 25 Hint = 'Save data and close dialog' HelpContext = 1 Caption = '&Ok' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = OKBtnClick end object EditUserName: TEdit Left = 78 Top = 24 Width = 187 Height = 21 Hint = 'Your First Name Last Name (no commas)' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 Text = 'EditUserName' end object EditSignatureFile: TEdit Left = 78 Top = 47 Width = 163 Height = 21 Hint = 'The file text containing your default signature' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 Text = 'EditSignatureFile' end object EditIECGKey: TEdit Left = 78 Top = 69 Width = 163 Height = 21 Hint = 'The IECG member key' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 4 Text = 'EditIECGKey' end object BrowseSignatureButton: TButton Left = 248 Top = 48 Width = 17 Height = 17 Caption = '?' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 5 OnClick = BrowseSignatureButtonClick end object EditEmailAddress: TEdit Left = 358 Top = 27 Width = 217 Height = 21 Hint = 'Your email address' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 6 Text = 'EditEmailAddress' end object EditSMTPServer: TEdit Left = 358 Top = 50 Width = 217 Height = 21 Hint = 'The name of your mail server (to SEND mail)' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 7 Text = 'EditSMTPServer' end object EditPOP3server: TEdit Left = 358 Top = 72 Width = 217 Height = 21 Hint = 'The name of your mail server to RETRIEVE mail' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 8 Text = 'EditPOP3server' end object EditPOP3User: TEdit Left = 358 Top = 95 Width = 217 Height = 21 Hint = 'Your POP3 account, tipically is the firs part of your address, b' + 'efore the "@"' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 9 Text = 'EditPop3User' end object EditPassword: TEdit Left = 358 Top = 117 Width = 217 Height = 21 Hint = 'Your password to access the POP3 server' HelpContext = 1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False PasswordChar = '*' ShowHint = True TabOrder = 10 Text = 'POP3Password' end object EditSendDomainName: TCheckBox Left = 358 Top = 144 Width = 137 Height = 17 Hint = 'Disable if you are having trouble sending mail' HelpContext = 1 Caption = 'Send Domain Name' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 11 end object EditLightColor: TEdit Left = 80 Top = 112 Width = 25 Height = 25 Hint = 'Select the color of the chess board'#39's light squares' HelpContext = 1 AutoSelect = False AutoSize = False BorderStyle = bsNone Enabled = False ParentShowHint = False ShowHint = True TabOrder = 12 end object Button4: TButton Left = 192 Top = 116 Width = 17 Height = 17 Hint = 'Select the color of the chess board'#39's light squares' Caption = '?' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 13 OnClick = Button4Click end object EditDarkColor: TEdit Left = 80 Top = 144 Width = 25 Height = 25 Hint = 'Select the color of the chess board'#39's dark squares' HelpContext = 1 AutoSelect = False AutoSize = False BorderStyle = bsNone Enabled = False ParentShowHint = False ShowHint = True TabOrder = 14 end object Button3: TButton Left = 192 Top = 148 Width = 17 Height = 17 Hint = 'Select the color of the chess board'#39's dark squares' Caption = '?' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 15 OnClick = Button3Click end object EditCoordenates: TCheckBox Left = 88 Top = 176 Width = 129 Height = 17 Hint = 'Show the coordenates of the chess board' HelpContext = 1 Caption = 'Display coordinates' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 16 end object Button5: TButton Left = 392 Top = 176 Width = 57 Height = 25 Hint = 'Exit whitout saving' HelpContext = 1 Caption = '&Help' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 17 OnClick = Button5Click end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Left = 24 Top = 240 end object ColorDialog1: TColorDialog Ctl3D = True Left = 64 Top = 240 end end